home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRPREFSFRAME / TDIRPREFSFRAME.txt
Text File  |  2008-11-03  |  2KB  |  81 lines

  1. inherited DirPrefsFrame: TDirPrefsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Folder_View_Options'
  4.   Caption = 'Folder Views'
  5.   object FilterPresetsLbl: TUiLabel [0]
  6.     Left = 8
  7.     Top = 8
  8.     Height = 13
  9.     Caption = '&Filter presets:'
  10.     FocusControl = FilterPresetsEdit
  11.   end
  12.   inherited DefaultBtn: TUiButton
  13.     TabOrder = 3
  14.   end
  15.   object FilterPresetsEdit: TUiMemo
  16.     Left = 8
  17.     Top = 24
  18.     Width = 409
  19.     Height = 93
  20.     ScrollBars = ssBoth
  21.     TabOrder = 0
  22.     WordWrap = False
  23.     OnChange = SomethingChangedClick
  24.   end
  25.   object ArchiveMasksGroupBox: TUiGroupBox
  26.     Left = 8
  27.     Top = 126
  28.     Width = 409
  29.     Height = 201
  30.     Caption = '&Archive associations'
  31.     TabOrder = 1
  32.     object ArchiveMaskLbl: TUiLabel
  33.       Left = 8
  34.       Top = 152
  35.       Height = 13
  36.       Caption = '%'
  37.       FocusControl = ArchiveMaskEdit
  38.     end
  39.     object ArchiveMasksTable: TUiListTable
  40.       Left = 8
  41.       Top = 20
  42.       Width = 393
  43.       Height = 124
  44.       HeaderCols.Items = (
  45.         '188'
  46.         '204')
  47.       HeaderCols.WideStrings = (
  48.         'Name'
  49.         'Mask')
  50.       HeaderHeight = 19
  51.       TabOrder = 0
  52.       VertLines = True
  53.       OnClick = ArchiveMasksTableClick
  54.     end
  55.     object ArchiveMaskEdit: TUiEdit
  56.       Left = 8
  57.       Top = 168
  58.       Width = 393
  59.       Height = 21
  60.       TabOrder = 1
  61.       OnChange = ArchiveMaskEditChange
  62.     end
  63.   end
  64.   object MiscGroupBox: TUiGroupBox
  65.     Left = 8
  66.     Top = 335
  67.     Width = 409
  68.     Height = 47
  69.     Caption = 'Miscellaneous'
  70.     TabOrder = 2
  71.     object ClearCDReadOnlyAttrEdit: TUiCheckBox
  72.       Left = 8
  73.       Top = 20
  74.       Height = 17
  75.       Caption = '&Remove read-only flag when copying from a CD or DVD'
  76.       TabOrder = 0
  77.       OnClick = SomethingChangedClick
  78.     end
  79.   end
  80. end
  81.